home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / misc / unix / unlzx.c.gz.readme < prev   
Text File  |  2001-04-05  |  642b  |  19 lines

  1. Short:    Unlzx - decompresses LZX archives on multiple platforms
  2. Author:   emeusel@cs.uni-magdeburg.de (Erik Meusel) (v1.1, 03.04.01)
  3. Uploader: emeusel@cs.uni-magdeburg.de (Erik Meusel)
  4. Version:  1.1
  5. Type:     misc/unix
  6. Requires: ANSI C-Compiler
  7. Replaces: misc/unix/unlzx.c.Z
  8.  
  9.  * made unlzx able to read from stdin instead of files to support pipeing
  10.  
  11.    reason: just typeing:
  12.    > lzx -r a PIPE:backup.lzx
  13.    in an Amiga shell and
  14.    > copy PIPE:backup.lzx SER:
  15.    in another Amiga shell and
  16.    > cat < /dev/ttyS0 | unlzx -x -c
  17.    in the UNIX bash on the other side should make a real small but nice 
  18.    backup system via serial cable. :o)
  19.